Quick Start Kubernetes: 2024 Edition by Nigel Poulton
Author:Nigel Poulton [Poulton, Nigel]
Language: eng
Format: epub
Tags: Kubernetes, Development, Programming, Database Administration & Management
Amazon: B08T21NW4Z
Publisher: leanpub.com
Published: 2024-01-12T22:00:00+00:00
Deploy the app to Kubernetes
The first thing to know about deploying containers to Kubernetes is that they have to be wrapped in Pods. For now, think of a Pod as a lightweight wrapper that allows Kubernetes to run containers.
Figure 6.2 shows a Pod called first-pod wrapping a single container called web. The Pod only adds metadata to assist with scheduling.
Figure 6.2
Your first Kubernetes Pod
The Pod youâll deploy is defined in a YAML file called pod.yml in the root of the bookâs GitHub repo.
The file can have any name, but the contents follow strict YAML rules. If you donât already know, YAML is a popular language for configuration files and is very strict about indentation.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7740)
Filmora Efficient Editing by Alexander Zacharias(5445)
The Infinite Retina by Robert Scoble Irena Cronin(4891)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3904)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3783)
Edit Like a Pro with iMovie by Regit(3237)
Linux Administration Best Practices by Scott Alan Miller(2842)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2818)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2507)
Docker on Windows by Stoneman Elton(2306)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2295)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2215)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2094)
Creative Projects for Rust Programmers by Carlo Milanesi(2042)
Hands-On Linux for Architects by Denis Salamanca(2028)
Computers For Seniors For Dummies by Nancy C. Muir(1983)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(1973)
The Old New Thing by Raymond Chen(1927)
Linux Kernel Debugging by Kaiwan N Billimoria(1752)
